/**
 * @description : srtx_public 重置样式、使用频率高、维护量少的样式
 * @authro      : 秦文
 * @created     : 2015-8-14
 */	
/*==================================================全局==========================================================================*/
@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
html {
	overflow:hidden;
	overflow-y:auto;
} /*始终让 Firefox 显示滚动条*/
* {word-wrap: break-word;}/*文字强制换行word-break:keep-all;(Ff)*/
table {border-collapse: collapse;}/*细线表格*/
fieldset, img {border: none;}/*清除描边*/
ul, li {list-style-type: none;}/*无列表项目标记*/

a {text-decoration: none;}/* 链接无下划线,有为underline;链接去框 */

body {
	font-family:"microsoft yahei";
	font-size: 12px;
	color:#444444;
	background:#f3f3f3;
}
select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {cursor: pointer}

.h10{clear: both;height:10px;}
.h15{clear: both;height:15px;}
.h20{clear: both;height:20px;}
.h25{clear: both;height:25px;}
.h30{clear: both;height:30px;}
.h35{clear: both;height:35px;}
.h40{clear: both;height:40px;}
.h45{clear: both;height:45px;}
.h50{clear: both;height:50px;}
.h55{clear: both;height:55px;}
.h60{clear: both;height:60px;}
.h70{clear: both;height:70px;}
.h120{clear: both;height:120px;}
.clear{clear:both;}

.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
/*^
 * 框架
 * @created 2015.1.9
 * @return
 */	
.srtx_wrap{
	width:1003px;
	clear:both;
	margin:0 auto;
}

.srtx_subContBox{
	position: relative;
	z-index: 999;
	background:#fff;
	overflow:hidden;
	margin-bottom:50px;
	min-height:300px;
	height:auto !important;
	height:300px;
}

.srtx_subCont{
	clear:both;
	overflow: hidden;
	padding:20px;
}

/*===========================头部begin===========================*/

.srtx_head{
	width: 100%;
	overflow: hidden;
	background: #dbdbdb;
}

.srtx_header{
	overflow: hidden;
	height: 25px;
	padding: 5px 0px;
	line-height: 25px;
}

.srtx_welcom{
	font-size: 14px;
	color:#787877;
}

.srtx_topR{
	overflow: hidden;
}

.strx_phone{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#787877;
	float: left;
	padding-left: 22px;
	background: url(../images/strx_phone.png) no-repeat left center;
}

.strx_phone i{
	font-family: "Arial";
	font-size: 16px;
}

.srtx_login{
	float: left;
	overflow: hidden;
	margin: 0px 20px;
}

.srtx_login i,
.srtx_login a{
	font-size: 12px;
	color:#969696;
}

.srtx_login a:hover{
	color:#5b7c6c;
}

.srtx_login i{
	padding:0px 5px;
}

.selected{
	position: relative;
	overflow: hidden;
	height:25px;
	width:130px;
}

.selected_p{
	clear:both;
	overflow:hidden;
	display: block;
	background: #a9a9a9;
	width:130px;
	height:25px;
	line-height:25px;
}

.selectedVal{
	float:left;
	padding-left: 7px;
	height:25px;
	line-height: 25px;
}

.selected_p_ico{
	float:right;
	width:30px;
	height:25px;
	background:url(../images/detailIcn5.png) no-repeat center center;
}

.selected select{
	border:none;
	position: absolute;
	width:100%;
	height:25px;
	line-height: 25px;
	left: 0;
	top:0;
	z-index:0;
	opacity:0;
}

/*nav begin*/

.srtx_nav{
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
	background:#fff;
}

.srtx_navBox{
	overflow: hidden;
	position: relative;
}

.srtx_nav_dl{
	overflow: hidden;
	position: relative;
	padding:60px 0px 10px 0px; 
	z-index: 2;
	height:45px;
}

.srtx_navBg{
	width: 100%;
	height: 140px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 1;
}

.srtx_nav_dl dt{
	width: 140px;
	overflow: hidden;
	display: inline;
	text-align: center;
	position: absolute;
	left: 432px;
	top:0px;
}

.srtx_nav_dl dt a{
	display: block;
	overflow: hidden;
}

.srtx_nav_dl dt a img{
	width: 140px;
	height:auto;
	display: block;
}

.srtx_nav_dl dd{
	width:112px;
	height: 25px;
	float: left;
	display: inline;
	text-align: center;
	padding:3px 0px 2px 0px;
	background: url(../images/navIcon.png) no-repeat right center;
}
.srtx_nav_dl dd a{
	display: inline-block;
	font-size: 14px;
	color:#333333;
	padding: 2px 12px;
	border-radius: 3px;
	-webkit-transition:all 0.5s;
	-moz-transition:all  0.5s;
	-o-transition:all  0.5s;
	transition:all  0.5s;
}

.srtx_nav_dl dd a:hover,
.srtx_nav_dl dd.hover a{
	background:#0b6569;
	color:#fff;
}

.srtx_nav_dl dd:nth-child(5){
	margin-left: 105px;
}

.srtx_nav_dl dd:nth-child(4){
	background-position: 120px 0px; 
}

/*banner*/

.bannerSlide{
	width:100%;
	height:740px;
	padding-bottom:22px;
	overflow: hidden;
	position:relative;
}
.bannerSlide .center { 
	width: 100%; 
	height:740px; 
	margin: 0 auto; 
	position: relative; 
}
.bannerSlide .center .relative { 
	width: 1920px;
	position: absolute; 
	left: 50%;
	margin-left: -960px;
	height: 740px; 
} /*-460px=(1920px-1000px)/2*/

.bannerSlide .slide_ul{
	width:1920px;
	height:740px;
	position:relative;
	overflow: hidden;
}

.bannerSlide .slide_ul li{
	width:100%;
	height:740px;
	margin:0 auto;
	overflow: hidden;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	animation:banner 5s linear;
	-moz-animation:banner 5s linear; /* Firefox */
	-webkit-animation:banner 5s linear; /* Safari and Chrome */
	-o-animation:banner 5s linear; /* Opera */
}

.bannerSlide .slide_ul li a{
	overflow: hidden;
	display: block;
}

.bannerSlide .slide_ul li a img{
	width: 1920px;
	height:740px;
	display: block;
}

@keyframes banner
{
from {transform: scale(1.0);}
to  {transform: scale(1.05);}
}

/* Firefox */

@-moz-keyframes banner 
{
from  {transform: scale(1.0);}
to  {transform: scale(1.05);}
}

/* Safari and Chrome */

@-webkit-keyframes banner 
{
from  {transform: scale(1.0);}
to  {transform: scale(1.05);}
}

/* Opera */

 @-o-keyframes banner 
{
from  {transform: scale(1.0);}
to  {transform: scale(1.05);}
} 


.bannerSlide .hd{
	width:100%;
	height:46px;
	text-align: center;
	position:absolute;
	left: 0px;
	bottom:0px;
}

.bannerSlide .hd ul{
	text-align: center;
	width:100%;
}

.bannerSlide .hd li{
	width:46px;
	height:46px;
	background: url(../images/bannerIcon.png) no-repeat center center;
	display: inline-block;
	cursor:pointer;
	margin:0px 15px 0px 0px;
	font-size: 16px;
	color:#5b7c6c;
	text-align: center;
	line-height: 46px;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
}

.bannerSlide .hd li.on{
	color: #fff;
	background:url(../images/bannerIconOn.png) no-repeat center center;
	-webkit-transform:translate(0px,-5px);
	-moz-transform:translate(0px,-5px);
	-o-transform:translate(0px,-5px);
	transform:translate(0px,-5px);
}

/*
* subTop
*/
.srtx_subbanner{
	clear:both;
	width:100%;
	height:200px;
	overflow: hidden;
}
/*===========================content begin===========================*/
.srtx_contBox{
	width:100%;
	overflow: hidden;
}
.srtx_cont{
	overflow: hidden;
}

.srtx_tit{
	overflow: hidden;
	text-align: center;
}

.srtx_tit span{
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 18px;
	color:#333333;
	padding: 2px 0px 0px 0px;
	text-align:center;
}

.srtx_tit span.titDetaBg1{
	background: url(../images/titDetaBg1.png) no-repeat center top;
}

.srtx_tit span.titDetaBg2{
	background: url(../images/titDetaBg2.png) no-repeat center top;
}

.srtx_tit span.titDetaBg3{
	background: url(../images/titDetaBg3.png) no-repeat center top;
}

.srtx_tit span.titDetaBg4{
	background: url(../images/titDetaBg4.png) no-repeat center top;
}

.srtx_tit span.titDetaBg5{
	background: url(../images/titDetaBg5.png) no-repeat center top;
}

.srtx_tit span.titDetaBg6{
	background: url(../images/titDetaBg6.png) no-repeat center top;
}

.srtx_tit span.subTit1{
	background: url(../images/subTit1.png) no-repeat center top;
	background: none !important;
}


.srtx_tit i{
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 20px;
	color:#404040;
	font-weight: bold;
}

.srtx_contDeta{
	width: 100%;
	overflow: hidden;
	padding:30px 0px;
}

/*
* 开心农场
*/
.srtx_farmSlide{
	width: 100%;
	position: relative;
}

.srtx_farmSlide .bd{
	width: 100%;
	overflow: hidden;
	padding:40px 0px;
}

.srtx_farmSlide_dl{
	width: 1230px;
	overflow: hidden;
}

.srtx_farmSlide_dl dd{
	width: 226px;
	height:206px;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
	padding:0px 0px 20px 0px;
	margin-right: 33px;
	background: #fff;

}

.srtx_farmImg{
	display: block;
	width: 210px;
	height:170px;
	overflow: hidden;
	padding:7px 7px 27px 7px;
	border:1px solid #eaeaea;
	position: relative;
}

.srtx_farmImg span{
	display: block;
	width: 210px;
	height:170px;
	overflow: hidden;
}

.srtx_farmImg img{
	display: block;
	width: 210px;
	height:170px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition: all 0.5s;
}

.srtx_farmImg i{
	display: block;
	width: 210px;
	height:170px;
	overflow: hidden;
	background: #5b7c6c;
	filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
	-moz-opacity:0.8; /*Firefox私有，透明度50%*/
	opacity:0.8;/*其他，透明度50%*/
	position: absolute;
	left: 7px;
	top:7px;
	z-index: 1;
	display: none;
}

.srtx_farmImg em{
	display: block;
	width: 210px;
	height:170px;
	overflow: hidden;
	background: url(../images/farmIcon.png) no-repeat center center;
	position: absolute;
	left:0 !important;
	top:0 !important;
	z-index: 2;
	display:none;
}
.srtx_farmImg:hover em{display: block;}

.srtx_farmSlide_dl dd:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform: scale(1.1)
}

.srtx_farmName{
	display: block;
	width: 155px;
	height: 30px;
	overflow: hidden;
	border:1px solid #eaeaea;
	background: #fff;
	position: absolute;
	left: 30px;
	bottom:0px;
	padding:4px;
}

.srtx_farmName span{
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color:#5b7c6c;
	background: #f0f0f0;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}

.srtx_farmSlide_dl dd:hover .srtx_farmName span{
	background: #5b7c6c;
	color:#fff;
}

.srtx_farmSlide .bt{
	display: block;
	width: 35px;
	height: 62px;
	overflow: hidden;
}

.srtx_farmSlide .prev{
	background: url(../images/farmPrev.png) no-repeat center center;
	position: absolute;
	left: -55px;
	top:112px;
}

.srtx_farmSlide .next{
	background: url(../images/farmNext.png) no-repeat center center;
	position: absolute;
	right: -55px;
	top:112px;
}

/*
* 第二通栏 广告位
*/

.srtx_farmBigImg{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.srtx_farmBigImg img{
	max-width: 100%;
}



/*
* 关于我们
*/
.srtx_contUsTxtBox{
	width: 361px;
	overflow: hidden;
	padding:40px 70px 0px 70px;
}

.bg_5b7c6c{
	background: #5b7c6c;
}

.bg_fff{
	background: #fff;
}

.h_210{
	height: 170px;
}

.h_210Img{
	height: 210px;
}

.srtx_contUsTxtBox span{
	display: block;
	padding:20px 0px 10px 0px;
	font-size: 18px;
	
}
.bg_5f8c37 span{color:#fff} 

.bg_5b7c6c span{
	color:#fff;
}

.bg_fff span{
	color:#585858;
}

.contUsTit1{
	background: url(../images/contUsTit1.png) no-repeat left top;
}

.contUsTit2{
	background: url(../images/contUsTit2.png) no-repeat left top;
}

.contUsTit3{
	background: url(../images/contUsTit2.png) no-repeat left top;
}

.srtx_contUsIntr{
	font-size: 12px;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
}

.srtx_contUsIntr a:hover{
	text-decoration:underline;
}

.cor_9f9f9f a{
	color:#5b7c6c;
}

.cor_fff a{
	color:#5b7c6c;
}

.cor_fff{
	color:#fff;
}

.cor_9f9f9f{
	color: #9f9f9f;
}

.srtx_contUsImgBox{
	width: 502px;
	overflow: hidden;
}

.srtx_contUsImgBox a img{
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition: all 0.5s;
}

.srtx_contUsImgBox a:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

.h_185{
	height: 185px;
}

.srtx_contUsImgBox a{
	display: block;
	overflow: hidden;
}

.h_185 a img{
	width: 502px;
	height: 185px;
	display: block;
}

.h_235{
	height: 235px;
}

.h_235 a img{
	width: 502px;
	height: 235px;
	display: block;
}

.bg_f2f2f2{
	background: #f2f2f2;
}

.w_501{
	width: 501px !important;
}


/*
* 资讯动态
*/
.srtx_newsSlide{
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}

.srtx_newsSlide .bd{
	width: 858px;
	overflow: hidden;
	background: #f8f8f8;
}

.srtx_newsSlide_dl{
	width: 100%;
	height: 333px;
	overflow: hidden;
}

.srtx_newsSlide_dl dd{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.srtx_newsImg{
	display: block;
	width: 425px;
	height: 333px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
}

.srtx_newsImg img{
	display: block;
	width: 425px;
	height: 333px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}

.srtx_newsImg:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

.srtx_newsDeta{
	margin-left: 425px;
	overflow: hidden;
	height: 255px;
	padding:40px;
}

.srtx_newsName{
	display: block;
	font-size: 18px;
	color:#5b7c6c;
	font-weight: bold;
}

.srtx_newsIntr a:hover,
a.srtx_newsName:hover{
	text-decoration:underline;
}

.srtx_newsTimt{
	display: block;
	font-size: 12px;
	color:#adadad;
	padding: 10px 0px;
}

.srtx_newsIntr{
	height: 168px;
	overflow: hidden;
	font-size: 14px;
	color:#9f9f9f;
	line-height: 24px;
}

.srtx_newsIntr a{
	color:#5b7c6c;
}

.srtx_newsSlide .hd{
	width: 145px;
	height: 333px;
	position: relative;
	background: #e9e9e9;
	z-index: 2;
}

.srtx_newsSlide .hd ul{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.srtx_newsSlide .hd ul li{
	width: 145px;
	height: 65px;
	overflow:hidden;
	border-bottom:2px solid #f8f8f8;
	font-size: 16px;
	text-align: center;
	line-height: 65px;
	cursor: pointer;
}

.srtx_newsSlide .hd ul li.on{
	color:#fff;
}

.hoverBg{
	width: 155px;
	height: 65px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	background: url(../images/hoverBg.png) no-repeat center center;
}



/*
* 文娱活动
*/
.srtx_active_dl{
	width: 1146px;
	overflow: hidden;
}

.srtx_active_dl dd{
	overflow: hidden;
}

.srtx_activeTitBox{
	width: 100%;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
}

.srtx_activeTime{
	width: 55px;
	height: 55px;
	overflow: hidden;
	font-size: 20px;
	font-family: "Arial";
	color:#325810;
	text-align: center;
	background: url(../images/activeIcon.png) no-repeat center center;
	-webkit-transition:all 1.5s;
	-moz-transition:all 1.5s;
	-o-transition:all 1.5s;
	transition:all 1.5s;
}

.srtx_active_dl dd.hover .srtx_activeTime{
	color:#fff;
	background: url(../images/activeIcon_h.png) no-repeat center center;
	transform:rotateY(360deg);
}

.srtx_activeTime i{
	font-size: 14px;
	font-family: "microsoft yahei";
}

.srtx_activeName{
	font-size: 18px;
	color:#585858;
	margin-left: 10px;
}

a.srtx_activeName:hover{
	color:#5b7c6c;
	text-decoration:underline;
}

.srtx_activeDeta{
	clear:both;
	height:180px;
	overflow: hidden;
	font-size: 12px;
	color:#9f9f9f;
	line-height: 18px;
	padding:20px 0px 0px 0;
}
.srtx_activeDeta .pic{
	display:inline;
	float:left;
	width:220px;
	height:180px;
	overflow:hidden;
	}
.srtx_activeDeta .pic a{ display:block}
.srtx_activeDeta .pic img{
	display:block;
	width:auto;
	height:180px;
	margin:0 auto;
	}
.srtx_activeDeta .fr{
	width:900px;
	overflow:hidden;
	font-size: 14px;
    line-height: 22px;
	text-align:left;
	}

/*
* 联系我们
*/
.srtx_phoneBox{
	height: 121px;
	overflow: hidden;
	background:#5b7c6c url(../images/srtx_phoneBox.png) no-repeat 55px center;
	font-size: 24px;
	color:#fefefe;
	padding:135px 0px 0px 70px;
	text-align: center;
	}

.srtx_indMsgBox{
	width: 313px;
	height: 254px;
	overflow: hidden;
	border:1px solid #e5e5e5;
	background: #fff;
}

.srtx_indMsgBox dd{
	height: 35px;
	border-bottom:1px solid #e5e5e5;
	overflow: hidden;
}

.srtx_indMsgBox dd .inpTxt{
	width: 303px;
	height: 35px;
	line-height: 35px;
	border:none;
	font-size: 12px;
	color:#5b7c6c;
	font-family: "宋体";
	overflow: hidden;
	padding: 0px 5px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color: #5b7c6c;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color: #5b7c6c;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color: #5b7c6c;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color: #5b7c6c;
}

.srtx_indMsgBox dt{
	padding: 0px 5px;
	overflow: hidden;
	margin-bottom: 7px;
}

.srtx_indMsgBox dt span{
	display: block;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 12px;
	color:#5b7c6c;
	font-family: "宋体";
}

.srtx_indMsgBox dt textarea{
	width: 291px;
	height: 67px;
	overflow-x: hidden;
	overflow-y: auto;
	padding:0px 5px;
	border:1px solid #e5e5e5;
	font-size: 12px;
	color:#5b7c6c;
	line-height: 22px;
	outline: none;
}

.srtx_indMsgBox dd .inpBt{
	width: 100%;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color:#fff;
	background: #5b7c6c;
	border:none;
	outline: none;
}

.srtx_indMapBox{
	width:687px;
	height: 254px;
	overflow: hidden;
	border:1px solid #e5e5e5;
	border-right:none;
}

.srtx_indMapBox img{
	display: block;
	width: 687px;
	height: 254px;
}

.srtx_indAddBox{
	width:301px;
	height: 126px;
	overflow: hidden;
	background:#5b7c6c url(../images/srtx_indAddBox.png) no-repeat 450px center;
	font-size: 14px;
	color:#fff;
	line-height: 25px;
	padding:130px 10px 0px 460px;
}

.srtx_indAddBox span{
	display: inline-block;
	color:#b3c5a2;
}

/*
* 合作伙伴
*/

.srtx_chooseUs{
	width: 170px;
	height: 135px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	display:none;
}

.chooseL{
	display: block;
	width: 33px;
	height: 64px;
	overflow: hidden;
	background: url(../images/chooseL.png) no-repeat center center;
	position: absolute;
	left: 10px;
	top:30px;
	/*transform-origin:75px 33px;*/
	animation:chooseL1Move 0.8s infinite linear;
	-moz-animation:chooseL1Move 0.8s infinite linear; /* Firefox */
	-webkit-animation:chooseL1Move 0.8s infinite linear; /* Safari and Chrome */
	-o-animation:chooseL1Move 0.8s infinite linear; /* Opera */
}

@keyframes chooseLMove
{
	0%  {transform: translate(0px,0px);}
	50%  {transform: translate(-5px,0px);}
	100%  {transform: translate(0px,0px);}
}

/* Firefox */

@-moz-keyframes chooseLMove 
{
	0%  {transform: translate(0px,0px);}
	50%  {transform: translate(-5px,0px);}
	100%  {transform: translate(0px,0px);}
}

/* Safari and Chrome */

@-webkit-keyframes chooseLMove 
{
	0%  {transform: translate(0px,0px);}
	50%  {transform: translate(-5px,0px);}
	100%  {transform: translate(0px,0px);}
}

/* Opera */

 @-o-keyframes chooseLMove 
{
	0%  {transform: translate(0px,0px);}
	50%  {transform: translate(-5px,0px);}
	100%  {transform: translate(0px,0px);}
} 

.chooseR{
	display: block;
	width: 33px;
	height: 64px;
	overflow: hidden;
	background: url(../images/chooseR.png) no-repeat center center;
	position: absolute;
	right: 10px;
	top:30px;
	/*transform-origin:-41px 33px;*/
	animation:chooseR1Move 0.8s infinite linear;
	-moz-animation:chooseR1Move 0.8s infinite linear; /* Firefox */
	-webkit-animation:chooseR1Move 0.8s infinite linear; /* Safari and Chrome */
	-o-animation:chooseR1Move 0.8s infinite linear; /* Opera */
}

@keyframes chooseRMove
	{
	0%  {transform: translate(0px,0px);}
	50%  {transform: translate(5px,0px);}
	100%  {transform: translate(0px,0px);}
}

/* Firefox */

@-moz-keyframes chooseRMove 
{
	0%  {transform: translate(0px,0px);}
	50%  {transform: translate(-5px,0px);}
	100%  {transform: translate(0px,0px);}
}

/* Safari and Chrome */

@-webkit-keyframes chooseRMove 
{
	0%  {transform: translate(0px,0px);}
	50%  {transform: translate(-5px,0px);}
	100%  {transform: translate(0px,0px);}
}

/* Opera */

 @-o-keyframes chooseRMove 
{
	0%  {transform: translate(0px,0px);}
	50%  {transform: translate(-5px,0px);}
	100%  {transform: translate(0px,0px);}
} 


.chooseC{
	display: block;
	width: 126px;
	height: 126px;
	overflow: hidden;
	background: url(../images/chooseC.png) no-repeat center center;
	position: absolute;
	right: 22px;
	top:0px;
}

.chooseMore{
	display: block;
	width: 72px;
	height: 35px;
	overflow: hidden;
	background: url(../images/chooseMore.png) no-repeat center center;
	position: absolute;
	left: 49px;
	top:91px;
	animation:chooseMore 1s infinite linear;
	-moz-animation:chooseMore 1s infinite linear; /* Firefox */
	-webkit-animation:chooseMore 1s infinite linear; /* Safari and Chrome */
	-o-animation:chooseMore 1s infinite linear; /* Opera */
}

@keyframes chooseMore
{
	0%  {transform: scale(1);}
	50%  {transform: scale(0.5);}
	100%  {transform: scale(1);}
}

/* Firefox */

@-moz-keyframes chooseMore 
{
	0%  {transform: scale(1);}
	50%  {transform: scale(0.5);}
	100%  {transform: scale(1);}
}

/* Safari and Chrome */

@-webkit-keyframes chooseMore 
{
	0%  {transform: scale(1);}
	50%  {transform: scale(0.5);}
	100%  {transform: scale(1);}
}

/* Opera */

 @-o-keyframes chooseMore 
{
	0%  {transform: scale(1);}
	50%  {transform: scale(0.5);}
	100%  {transform: scale(1);}
} 


.chooseMore:hover{
	animation:chooseMore 0.5s infinite linear;
	-moz-animation:chooseMore 0.5s infinite linear; /* Firefox */
	-webkit-animation:chooseMore 0.5s infinite linear; /* Safari and Chrome */
	-o-animation:chooseMore 0.5s infinite linear; /* Opera */
}

.srtx_chooseUs:hover .chooseL.hover{
	animation:chooseL1Move 0.5s infinite linear;
	-moz-animation:chooseL1Move 0.5s infinite linear; /* Firefox */
	-webkit-animation:choose1LMove 0.5s infinite linear; /* Safari and Chrome */
	-o-animation:chooseL1Move 0.5s infinite linear; /* Opera */
}
.srtx_chooseUs:hover .chooseR.hover{
	animation:chooseR1Move 0.5s infinite linear;
	-moz-animation:chooseR1Move 0.5s infinite linear; /* Firefox */
	-webkit-animation:chooseR1Move 0.5s infinite linear; /* Safari and Chrome */
	-o-animation:chooseR1Move 0.5s infinite linear; /* Opera */
}

.srtx_chooseSlide{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.srtx_chooseSlide .bd{
	padding: 0px 101px;
	overflow: hidden;
}

.srtx_chooseSlide_dl{
	width: 110%;
	height: 119px;
	overflow: hidden;
}

.srtx_chooseSlide_dl dd{
	width: 160px;
	height: 119px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right:50px;
}

.srtx_chooseSlide_dl dd a{
	display: block;
	overflow: hidden;
}

.srtx_chooseSlide_dl dd a img{
	display: block;
	width: 160px;
	height:119px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}

.srtx_chooseSlide_dl dd a:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

.srtx_chooseSlide .bt{
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;
}

.srtx_chooseSlide .prev{
	position: absolute;
	left: 0px;
	top:47px;
	background: url(../images/choosePrev.png) no-repeat 0px 0px;
}

/*.srtx_chooseSlide .prev:hover{
	background: url(../images/choosePrev_h.png) no-repeat center center;
}*/

.srtx_chooseSlide .next{
	position: absolute;
	right: 0px;
	top:47px;
	background: url(../images/chooseNext.png) no-repeat -30px 0px;
}

/*.srtx_chooseSlide .next:hover{
	background: url(../images/chooseNext_h.png) no-repeat center center;
}*/


/*===========================尾部begin===========================*/

.srtx_footer{
	width:100%;
	overflow: hidden;
	background: #dbdbdb;
}

.srtx_foot{
	overflow: hidden;
	padding:20px 0px;
}

.srtx_footLogoImg{
	display: block;
	height:75px;
	width: 215px;
	overflow: hidden;
	text-align: center;
	padding: 7px 0px;
}

.srtx_footLogoImg img{
	height: 75px;
}

.srtx_footDeta{
	overflow: hidden;
}

.footMenu{
	overflow: hidden;
	font-size: 12px;
	color:#5b7c6c;
	font-family: "宋体";
	line-height: 25px;
	padding-top: 10px;
}

.footMenu a{
	font-size: 12px;
	color:#5b7c6c;
	font-family: "宋体";
}

.footMenu a:hover{
	color:#585858;
}

.footMenu i{
	padding: 0px 5px;
}

.footMenu i:last-child{
	display: none;
}

.srtx_footCode{
	height: 123px;
	overflow: hidden;
}

.srtx_footCode img{
	height: 123px;
}

/*======================view=========================*/
.srtx_location{
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom:1px solid #e6e6e6;
}

.srtx_locationMenu{
	height: 57px;
	overflow: hidden;
}

.srtx_locationMenu span{
	display: block;
	height: 25px;
	padding:3px 0px;
	overflow: hidden;
}

.srtx_locationMenu i{
	display: block;
	height: 27px;
	overflow: hidden;
	font-size: 18px;
	color:#285da3;
	font-weight: bold;
}

.srtx_locationCont{
	margin-top: 38px;
	overflow: hidden;
	padding-left: 25px;
	background: url(../images/locationBg.png) no-repeat left center;
}

.srtx_locationCont span{
	padding:0px 5px;
	font-size: 12px;
	color:#666;
	font-family: "宋体";
}

.srtx_locationCont a{
	font-size: 12px;
	font-family: "microsoft yahei";
	color:#666;
}


.srtx_locationCont a:hover{
	color:#285da3;
}

/*productView*/

.srtx_product_view{
	width:100%;
	overflow: hidden;
}

.srtx_proViewTitle{
	width:963px;
	overflow: hidden;
	padding:60px 20px;
}

.srtx_proViewTitle span{
	width:100%;
	display: block;
	text-align: center;
	font-family: "microsoft yahei";
	font-size: 24px;
	color:#f1898b;
}

.srtx_proViewTitle .pro_view_detai{
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	padding:35px 0px 0px 0px;
	font-family: "microsoft yahei";
	color:#777777;
}

.srtx_proView_cont{
	width:973px;
	overflow: hidden;
	padding:0px 20px 0px 10px;
}

.proView_cont_dl{
	width:1043px;
	overflow: hidden;
}

.proView_cont_dl dt{
	width:470px;
	height:460px;
	padding:10px;
	overflow: hidden;
	float: left;
	display: inline;
	/*background-color: #fff;*/
}

.proView_cont_dl dd .pro_view_img,
.proView_cont_dl dt .pro_view_img{
	width:100%;
	height:100%;
	overflow: hidden;
	border:1px solid #E9E9E9;
	display: block;
}

.proView_cont_dl dd{
	width:225px;
	height:220px;
	padding:10px;
	overflow: hidden;
	float: left;
	display: inline;
}

.proView_cont_dl dt .pro_view_img img{
	width:470px;
	height:410px;
}

.proView_cont_dl dd .pro_view_img i,
.proView_cont_dl dt .pro_view_img i{
	display: block;
	width:100%;
	height:50px;
	background-color: #FAFAFA;
	font-size: 13px;
	font-family: "microsoft yahei";
	color:#777777;
	text-align: center;
	line-height: 50px;
}

.proView_cont_dl dd .pro_view_img:hover,
.proView_cont_dl dt .pro_view_img:hover{
	border:1px solid #fc9ea0;
}


.proView_cont_dl dd .pro_view_img:hover i,
.proView_cont_dl dt .pro_view_img:hover i{
	background-color: #fc9ea0;
	color:#fff;
}

.proView_cont_dl dd .pro_view_img img{
	width:225px;
	height:170px;
}

/*product*/

.srtx_product{
	width:100%;
	overflow: hidden;
	margin:0px auto;
}

.srtx_pro_title{
	width:1003px;
	height:22px;
	padding:45px 0px;
	background:url(../images/pro-bg.png) no-repeat left 67px;
}

.pro_ul{
	width:705px;
	height:45px;
	overflow: hidden;
	margin:0 auto;
}

.pro_ul li{
	width:133px;
	height:33px;
	margin:0px 20px;
	border:1px solid #dddddd;
	float: left;
	display: inline;
	padding:5px 0px;
	background-color: #ffffff;
	cursor: pointer;
}

.pro_ul li span{
	display: block;
	text-align: center;
	font-size: 12px;
	font-family: "microsoft yahei";
	color:#aaaaaa;
}

.pro_ul li i{
	display: block;
	text-align: center;
	font-size: 15px;
	font-family: "microsoft yahei";
	color:#777777;
	font-weight: 600;
}

.pro_ul li:hover,
.pro_ul li.on{
	color:#fff;
	background-color: #fc9ea0;
}

.pro_ul li:hover span,
.pro_ul li.on span{
	color:#fff;
}

.pro_ul li:hover i,
.pro_ul li.on i{
	color:#fff;
}

.pro_box{
	width:1003px;
	height:300px;
	padding:25px 0px;
}

.pro_box1{
	width:600px;
	height:300px;
	overflow: hidden;
}

.pro_box1 img{
	width:600px;
	height:300px;
}

.pro_box2{
	width:383px;
	height:300px;
	overflow: hidden;
}

.pro_r span{
	width:353px;
	height:30px;
	padding:0px 0px 20px 30px;
	line-height: 30px;
	font-size:24px;
	font-family: "microsoft yahei";
	color:#f1898b; 
	display: block;
}

.pro_l span{
	width:353px;
	height:30px;
	padding:0px 30px 20px 0px;
	line-height: 30px;
	font-size:24px;
	font-family: "microsoft yahei";
	color:#f1898b; 
	display: block;
}

.pro_r a{
	width:363px;
	height:25px;
	padding:0px 0px 0px 20px;
	display: block;
}

.pro_l{
	text-align: right;
}

.pro_l a{
	width:363px;
	height:25px;
	padding:0px 20px 0px 0px;
	display: block;
}

.pro_r a:hover{
	background:url(../images/icon11.png) no-repeat left 8px;
}

.pro_l a:hover{
	background:url(../images/icon10.png) no-repeat right 8px;
}

.pro_box2 a:hover i{
	color:#fff;
	background-color: #fc9ea0; 
}

.pro_r a i{
	width:353px;
	height:25px;
	line-height: 20px;
	padding:5px 0px 0px 10px;
	display: block;
	font-size: 14px;
	font-family: "microsoft yahei";
	color:#777777;
}

.pro_l a i{
	width:353px;
	height:25px;
	line-height: 20px;
	padding:5px 10px 0px 0px;
	display: block;
	font-size: 14px;
	font-family: "microsoft yahei";
	color:#777777;
}

/*page*/

.page {
	overflow: hidden;
	text-align: center;
	clear: both;
	margin: 0 auto;
	font-size:12px;
	height:25px;
	line-height: 25px;
}

.page a {
	font-family: "宋体";
	border: 1px solid #efefef;
	padding: 4px 7px;
	background: #fff;
	color: #b4b4b4;
	font-size: 12px;
}
.page a:hover {
	background: #5b7c6c;
	color: #ffffff;
	border: 1px solid #5b7c6c;
}
.page a.hover {
	background: #5b7c6c;
	color: #ffffff;
	border: 1px solid #5b7c6c;
}

.page .prev{
	margin:0px 10px 0px 0px;
}

.page .next{
	margin:0px 0px 0px 10px;
}

.page input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #f7f7f7;
	color:#b4b4b4;
}
.page input.pageDetail {
	width: 30px;
	height:18px;
	text-align: center;
}
.page input.page_bnt {
	border: none;
	width: 58px;
	height: 22px;
	cursor:pointer;
	font-family: "microsoft yahei";
}

/**/

/*
* subNav
*/
.srtx_subMenuBox{
	width: 100%;
	height: 47px;
	position:relative;
	left: 0px;
	top:-20px;
	z-index:9999
}

.srtx_subMenu{
	width: 100%;
	height: 47px;
	position: relative;
	z-index: 2;
}

.srtx_menu{
	height: 30px;
	overflow: hidden;
	font-family:"Arial";
	color:#333333;
	font-size:24px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
}

.srtx_subMenuDiv{
	width: 100%;
	text-align: center;
}

.srtx_subMenu_dl{
	display: inline-block;
	height:38px;
	background:#fff;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
}

.srtx_subMenu_dl dd{
	width: 120px;
	height:38px;
	position: relative;
	display: inline;
	float: left;
}

.srtx_subMenu_a{
	display: block;
	width: 120px;
	height: 38px;
	overflow: hidden;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color:#333;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
}

.srtx_subMenu_dl dd .srtx_subMenu_a:hover,
.srtx_subMenu_dl dd.hover .srtx_subMenu_a{
	background: #5b7c6c;
	color:#fff;
}

.srtx_subMenu_ul{
	width: 120px;
	overflow: hidden;
	position: absolute;
	left:0px;
	top:47px;
	padding-top:17px;
	display: none;
	background:url(../images/srtx_subMenuBg.png) no-repeat center 8px;
}

.srtx_subMenu_ul li{
	width: 120px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
}

.srtx_subMenu_ul li a{
	display: block;
	height: 39px;
	overflow: hidden;
	font-size: 14px;
	color:#d5d5d5;
	border-bottom:1px solid #d5d5d5;
	background: #5b7c6c;
}

.srtx_subMenu_ul li a:hover{
	background: #393939;
	border-bottom:1px solid #393939;
}



/*^
 * 全图列表
 * @author 秦文
 */

.srtx_ImgList{
	width: 1230px;
	overflow: hidden;
	padding-top: 30px;
}

.srtx_ImgList dd{
	width: 308px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 20px 20px 0px;
	background: #fff;
	position:relative;

}

.newsAllImg{
	display: block;
	width: 308px;
	height:200px;
	overflow: hidden;
}

.newsAllImg span{
	display: block;
	width: 308px;
	height:200px;
	overflow: hidden;
}

.newsAllImg img{
	display: block;
	width: 308px;
	height:200px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition: all 0.5s;
}

.newsAllImg:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform: scale(1.1);
}

.newsAllImgName{
	display:block;
	width:100%;
	height:40px;
	background:rgba(0,0,0,0.8) url(../images/list_icon1.png) no-repeat 266px center;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
}
/*^
 * 文字列表
 * @author 秦文
 * @created 2015.2.3
 */
.srtx_textList{
	clear:both;
	overflow:hidden;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding-top: 20px;
	}
.srtx_textList dd{
	display:block;
	clear:both;
	height:40px;
	line-height: 40px;
	border-bottom:1px dotted #ccc;
	}
.srtx_textList dd a{
	display:block;
	line-height:40px;
	float:left;
	font-size: 12px;
	color:#666;
}

.srtx_textList dd a i{
	font-family: "宋体";
	padding-right: 5px;
}

.srtx_textList dd a:hover{
	color:#5b7c6c;
}

.srtx_textList dd span{
	display:block;
	line-height:40px;
	float:right;
	color:#d0d0d0;
	margin-right:5px;
	}
/*^^^^^热门 begin^^^^^^**/
.srtx_hotNews{
	height:120px;
	clear:both;
	padding:0 0 20px 0;
	}
.srtx_hotNews p{
	width:160px;
	height:120px;
	display:block;
	float:left;
	background:#fff;
	}
.srtx_hotNews img{
	width:160px;
	height:120px;
	display:block;
	}
.srtx_hotNews_right{
	width:535px;
	height:120px;
	display:inline;
	float:left;
	color:#4a4949;
	padding:0 0 0 25px;
	overflow:hidden;
	}
.srtx_hotNews_right h3{
	display:block;
	clear:both;
	height:30px;
	font-size:16px;
	}
.srtx_hotNews_right div{
	clear:both;
	line-height:28px;
	text-indent:2em;
	}
.srtx_hotNews_right div a{
	color:#f1898b;
	display:inline-block;
	text-indent:0em;
	}
/*^
 * 图文列表
 * @author 秦文
 * @created 2016.3.14
 */
.srtx_textImgList{
	clear:both;
	overflow: hidden;
	padding-top: 30px;
	}
.srtx_textImgList dd{
	height:186px;
	overflow: hidden;
	position: relative;
	margin:0px 0px 20px 0px;
	}
.srtx_newsTxtImg{
	display: block;
	width: 210px;
	height:170px;
	overflow: hidden;
	padding:7px;
	border:1px solid #eaeaea;
	position:absolute;
	left:0px;
	top:0px;
	}

.srtx_newsTxtImg span{
	display: block;
	width: 210px;
	height:170px;
	overflow: hidden;
}

.srtx_newsTxtImg img{
	display: block;
	width: 210px;
	height:170px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition: all 0.5s;
}

.srtx_newsTxtImg:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform: scale(1.1);
}

.srtx_textImgList_right{
	/*width:530px;*/
	height:186px;
	color:#666666;
	overflow:hidden;
	margin-left: 250px;
	}
.srtx_newsTxtTit{
	display:block;
	clear:both;
	height:20px;
	font-size:16px;
	color:#666;
}

.srtx_newsTxtTit:hover{
	color:#5b7c6c;
}

.srtx_newsTxtDeta{
	clear:both;
	height: 100px;
	overflow:hidden;
	line-height:25px;
	text-indent:2em;
	font-size:14px;
	margin:15px 0 0 0;
	}

.srtx_newsTxtLookMore{
	position: absolute;
	right: 0px;
	bottom:0px;
}

.srtx_aboutMore{
	display: block;
    width: 60px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #5b7c6c;
}

a.srtx_aboutMore:hover{
	text-decoration:underline;
}

.srtx_aboutMore i {
    font-family: "宋体";
    padding-left: 3px;
}

/*^
 * 文章阅读页
 * @author 秦文
 * @created 2015.1.20
 */ 
.srtx_article{
	clear:both;
	font-size: 12px;
	color:#8c8c8c;
	line-height:25px;
	min-height:100px;
	height:auto !important;
	height:100px;
	margin: 20px 0px;
	border-bottom:1px dotted #b3b3b3;
}
.srtx_article img{ max-width:100%;}
.srtx_article_title{
	height: 35px;
	font-size:22px;
	color:#4c4c4c;
	overflow: hidden;
	text-align:center;
	font-family:"microsoft yahei";
	line-height:35px;
	}
.srtx_article_time{
	clear:both;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size: 12px;
	color:#808080;
	overflow: hidden;
	border-bottom:1px dashed #d8d8d8;
	}
.srtx_article_time span{ cursor:pointer;}
.srtx_article_time span.hover{ color:#5b7c6c; font-weight:bold;}
	
.srtx_article_page{padding:15px 0;text-align:center;}
.srtx_article_page a.hover{ color:#285da3; font-weight:bold;}

.srtx_article_pageUp{
	clear:both;
	overflow:hidden;
	padding:10px 0 0 0;
	}
.srtx_article_pageUp dl dd{
	display:block;
	height:30px;
	clear:both;
	line-height:30px;
	}

.srtx_article_pageUp dl dd span{
	font-size: 16px;
	color:#b2b2b2;
}

.srtx_article_pageUp dl dd a{
	font-size: 16px;
	color:#666;
}

.srtx_article_pageUp dl dd a:hover{
	color:#5b7c6c;
}

.srtx_share{
	clear:both;
	height:30px;
	border:1px solid #e8e8e8;
	background:#f7f7f7;
	}
.srtx_share_l{
	float:left;
	display:inline;
	padding:0 0 0 10px;
	}
.srtx_share_r{
	float:right;
	display:inline;
	line-height:30px;
	padding:0 10px 0 0;
	}
/*^
 * 文章阅读页——大图
 * @author 秦文
 * @created 2015.2.3
 */
#play{
	width:600px;
	height:400px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:600px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:60px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:47px;
	width:70px;
	padding:3px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:47px;
	width:70px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #0085b2;background:#0085b2;}
.imgMove .bottom_a {
	width:20px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:15px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}

.video{
	width: 700px;
	height:525px;
	overflow: hidden;
	margin:0px auto;
}

/*^^^^^^留言^^^^^^^^^^*/
.srtx_msgForm{
	clear: both;
	overflow:hidden;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding-top: 30px;
	}
.srtx_msgForm dd{
	display:block;
	clear:both;
	padding:7px 0;
	overflow:hidden;
	}
.srtx_msgForm dt{
	display:block;
	clear:both;
	overflow:hidden;
	height:36px;
	padding:15px 0 0 110px;
	}
.srtx_msgForm_left{
	width:110px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
	}
.srtx_msgForm_right{
	float:left;
	display:inline;
	}
.srtx_form1_right select{
	padding:2px;
	}
.srtx_msgForm_input{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #cccccc;
	padding:0 0 0 5px;
	}
.srtx_msgForm_input.w215{ width:215px;}
.srtx_msgForm_input.w90{ width:90px;}
.srtx_msgForm_input.w210{ width:210px;}
.srtx_msgForm_input.w125{ width:100px;}
.srtx_msgForm_input.w300{ width:300px;}
.srtx_msgForm_input_bt{
	width:102px;
	height:36px;
	float:left;
	background:#ccc;
	cursor:pointer;
	border:none;
	font-size:16px;
	font-family:"microsoft yahei";
	color:#666;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	}
.srtx_msgForm_input_bt:hover{ color:#FFF;background:#5b7c6c;}
.srtx_msgForm_span{
	display:block;
	line-height:30px;
	float:left;
	}

.srtx_msgForm_span a{
	font-size: 12px;
	color:#666;
}

.srtx_msgForm_span a:hover{
	color:#5b7c6c;
}
.srtx_msgForm_textarea{
	width:565px;
	height:135px;
	display:block;
	line-height:25px;
	float:left;
	border:1px solid #cccccc;
	outline:none;
	color:#949494;
	padding:5px;
	}
.srtx_msgTitle{
	width:100%;
	clear:both;
	line-height:30px;
	font-size:16px;
	clear:both;
	padding:40px 0 5px 0;
	border-bottom:1px solid #cccccc;
	margin:0 auto 10px auto;
	font-family:"microsoft yahei";
	}
.srtx_msgList{
	clear:both;
	border:1px dotted #ccc;
	margin:0 auto 5px auto;
	}
.srtx_msgList dt{
	display:block;
	height:30px;
	background:#f6f6f6;
	padding:0 10px;
	}
.srtx_msgList dt p{
	display:block;
	line-height:30px;
	float:left;
	}
.srtx_msgList dt span{
	display:block;
	line-height:30px;
	float:right;
	}
.srtx_msgList dd{
	line-height:25px;
	padding:5px 10px;
	}
.srtx_msgList dd.reply{
	line-height:25px;
	padding:5px 10px;
	color:#5b7c6c;
	}
/**/
.srtx_msgForm_left1{
	width:60px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
	}
.srtx_msgForm dd em{
	line-height:30px;
	float:left;
	display:inline;
	text-align:center;
	font-weight:bold;
	color:#666666;
	}
.srtx_msgForm dd i{
	line-height:30px;
	color:#c91e1e;
	padding:0 0 0 10px;
	}

	/*^
 * 友情链接
 * @author 秦文
 * @created 2015.8.18
 */

 .srtx_friendLink{
 	width:963px;
 	height:60px;
 	margin:0 auto;
 	overflow: hidden;
 	padding:0px 20px;
 }

 .friendLink_dl > dt{
 	height:20px;
 	font-size: 14px;
 	font-family: "microsoft yahei";
 	color:#444444;
 	line-height: 20px;
 	float:left;
 	display: inline;
 	padding:20px 10px;
 	border-right:1px solid #f1f1f1;
 }
 .friendLink_dl dd{
 	height:20px;
 	float: left;
 	display: inline;
 	padding:20px 10px;
 }

  .friendLink_dl dd a{
  	font-size: 12px;
  	font-family: "microsoft yahei";
  	color:#adadad;
  	/*float: left;
  	display: inline;*/
  	line-height: 20px;
  }

  .friendLink_dl dd a:hover{
   	color:#00bfff;
  }

  /*===========================招聘页面1 begin===========================*/
.recruitment1{
	clear:both;
	overflow:hidden;
	border-top:1px solid #e6e6e6;
	}
.recruitment1 dt{
	clear:both;
	overflow:hidden;
	height:40px;
	line-height:40px;
	background:#5b7c6c;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	border-bottom:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	}
.recruitment1 dt span{
	float:left;
	width:100px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dt em{
	float:left;
	width:150px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dt i{
	float:left;
	width:195px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dt b{
	float:left;
	width:100px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	font-weight:normal;
	}
.recruitment1 dt p{
	float:left;
	width:150px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dt a{
	float:left;
	width:110px;
	height:40px;
	color:#ffffff !important;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dd{
	clear:both;
	overflow:hidden;
	height:40px;
	line-height:40px;
	color:#5a5a5a;
	text-align:center;
	font-family:"宋体";
	font-size:14px;
	overflow:hidden;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dd span{
	float:left;
	width:100px;
	height:40px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dd em{
	float:left;
	width:150px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dd i{
	float:left;
	width:195px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dd b{
	float:left;
	width:100px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	font-weight:normal;
	}
.recruitment1 dd p{
	float:left;
	width:150px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dd a{
	float:left;
	width:110px;
	height:40px;
	color:#5a5a5a;
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	}
.recruitment1 dd:hover{
	color:#e8e8e8;
	background:#5b7c6c;
	}
.recruitment1 dd:hover a{
	color:#ffffff;
	}
.jobs{
	width:489px;
	height:70px;
	}
.jobs1{
	font-size:16px;
	line-height:30px;
	color:#5a5a5a;
	text-align:left;
	border-bottom:1px solid #e6e6e6;
	padding:30px 0px 10px 0px;
	overflow:hidden;
	}
.jobs1 a{ color:#20304a;}
/*===========================招聘页面1 end===========================*
/*===========================招聘页面2 begin===========================*/
.table1{
	clear:both;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	text-align:center;
	font-family:"宋体";
	margin:0 auto;
	}
.table1 tr{
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	}
.table1 td{
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	}
.tr1{
	height:34px;
	overflow:hidden;
	}
.tr3{
	width:100%;
	height:34px;
	background:#5b7c6c;
	color:#ffffff;
	font-family:'微软雅黑';
	font-size:14px;
	}
.td1{
	width:99px;
	}
.td2{
	width:100px;
	height:34px;
	}
.td1_input[type=text]{
	float:left;
	width:120px;
	height:24px;
	line-height:24px;
	border:1px dotted #e6e6e6;
	margin:4px 4px 0 4px;
	background:none;
	color:#5a5a5a;
	}
.td2 input[type=text]{
	float:left;
	width:180;
	height:24px;
	line-height:24px;
	border:1px dotted #e6e6e6;
	margin:4px 4px 0 4px;
	background:none;
	color:#5a5a5a;
	}
.td2 input[type=radio]{
	display:inline-block;
	margin:0 5px;
	}
.table_span{
	float:left;
	line-height:34px;
	color:#ff0000 !important;
	}
.tr2{
	overflow:hidden;
	}
.td3{
	width:100%
	color:#5a5a5a;
	overflow:hidden;
	line-height:34px;
	}
.td3 textarea{
	width:590px;
	height:370px;
	padding:10px;
	background:none;
	border:1px dotted #dedede;
	}
.tr1 img{
	float:left;
	width:102px;
	height:20px;
	margin:6px 8px 0 5px;
	} 
.recruitment_bt{
	clear:both;
	overflow:hidden;
	text-align: center;
	margin:30px 0px;
	}
.recruitment_bt1{
	display:inline-block;
	width:91px;
	height:33px;
	color:#ffffff;
	font-family:"微软雅黑";
	font-size:14px;
	background:#5b7c6c;
	border-radius:5px;
	border:none;
	margin-right: 20px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	}
.recruitment_bt2{
	display:inline-block;
	width:91px;
	height:33px;
	color:#ffffff;
	font-family:"微软雅黑";
	font-size:14px;
	background:#5b7c6c;
	border-radius:5px;
	border:none;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	}
.recruitment_bt3{
	display:inline-block;
	width:91px;
	height:33px;
	color:#ffffff;
	font-family:"微软雅黑";
	font-size:14px;
	background:#5b7c6c;
	border-radius:5px;
	border:none;
	margin: 20px auto;
	text-align: center;
	line-height: 33px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	}
.recruitment_bt1:hover{
	background:#376013;
	}
.recruitment_bt2:hover{
	background:#376013;
	}
.recruitment_bt3:hover{
	background:#376013;
	}
/*===========================招聘页面2 end===========================*/
/*会员中心*/
.srtx_membertop{
	width:100%;
	height:93px;
	background:#f6f7f9;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #d7d8da;
	}
.srtx_M_logo{
	width:286px;
	height:35px;
	overflow:hidden;
	float:left;
	margin-top:30px;
	}
.srtx_M_boxright{
	width:200px;
	height:35px;
	margin-top:50px;
	float:right;
	}
.srtx_M_boxright a{
	font-family:"宋体";
	font-size:12px;
	color:#787878;
	line-height:35px;
	text-align:center;
	padding-left:15px;
	}
.srtx_M_boxright a:link {color: #787878;}/* 未访问的链接 */
.srtx_M_boxright a:visited {color: #787878;}/* 已访问的链接 */
.srtx_M_boxright a:hover {color: #5b7c6c !important;}/* 鼠标在链接上 */
.srtx_M_boxright a:active {color: #787878;}/* 点击激活链接 */
.srtx_memberbox1{
	width:100%;
	background:#f6f7f9;
	clear:both;
	overflow:hidden;
	border-top:1px solid #dfdfe1;
	padding:50px 0 100px 0;
	}
.srtx_memberbox1_left{
	width:538px;
	height:374px;
	float:left;
	overflow:hidden;
	margin:0 0 0 52px;
	}
.srtx_memberbox1_right{
	width:354px;
	height:317px;
	border:1px solid #dadbdd;
	border-radius:5px;
	float:right;
	box-shadow:1px #ecedef;
	margin:35px 10px 0 0;
	background:#ffffff;
	}
.srtx_memberbox1_input{
	width:100%;
	height:222px;
	}
.srtx_memberbox1_input .span1{
	display:block;
	width:100%;
	height:30px;
	font-size:14px;
	line-height:30px;
	color:#7d7d7d;
	text-align:left;
	padding:20px 0 0 39px;
	}
.srtx_memberbox1_input .input{
	display:block;
	width:272px;
	height:34px;
	border:1px solid #dadbdd;
	border-radius:4px;
	margin:5px 0 0 39px;
	}
.srtx_memberbox1_input .checkbox{margin:10px 5px 12px 39px;}
.srtx_memberbox1_input .span2{
	font-family:"宋体";
	font-size:12px;
	line-height:20px;
	color:#7d7d7d;
	text-align:left;
	}
.srtx_memberbox1_input .span3{
	font-family:"宋体";
	font-size:12px;
	line-height:20px;
	color:#b9b8b8;
	text-align:left;
	padding-left:152px;
	}

.srtx_memberbox1_input .span3:hover{
	color:#5b7c6c;
}

.srtx_memberbox1_button{
	width:100%;
	height:94px;
	border-top:1px solid #d7d7d7;
	background:#f9f9f9;
	border-radius:4px;
	}
.srtx_memberbox1_button input{
	width:102px;
	height:36px;
	background:url(../images/M_btn1.png) no-repeat center center;
	border:none;
	font-family:"黑体";
	font-size:16px;
	line-height:36px;
	text-align:center;
	color:#535353;
	margin-top:26px;
	}
.srtx_memberbox1_button .button1{ margin:26px 68px 0 42px;}
.srtx_memberbox1_button input.hover {color: #c80000;}
.srtx_memberbottom{
	width:100%;
	background:#f6f7f9;
	clear:both;
	overflow:hidden;
	border-top:1px solid #c5c5c5;
	padding-bottom:20px;
	}
.srtx_memberbottom h1{
	font-family:"Arial";
	font-size:12px;
	line-height:18px;
	color:#3a3731;
	text-align:center;
	font-weight:normal;
	margin-top:15px;
	}
.srtx_memberbottom h2{
	font-family:"Arial";
	font-size:12px;
	line-height:18px;
	color:#716c61;
	text-align:center;
	font-weight:normal;
	}
.srtx_paw_dl{
	display:block;
	width:202px;
	padding-bottom:72px;
	border:1px solid #e5e5e5;
	float:left;
	overflow:hidden;
	background:#f6f7f9;
	}
.srtx_paw_dl dt{
	display:block;
	width:100%;
	height:40px;
	background:url(../images/bg1.jpg) repeat-x center;
	font-size:18px;
	color:#757575;
	text-align:center;
	line-height:40px;
	border-bottom:1px solid #e5e5e5
	}
.srtx_paw_dl dd{
	display:block;
	width:100%;
	height:43px;
	margin:1px 0 0 0;
	border-bottom:1px solid #e5e5e5
	}
.srtx_paw_dl dd a{
	display:block;
	width:100%;
	height:43px;
	font-size:16px;
	color:#7b7b7b;
	line-height:43px;
	text-align:center;
	}
.srtx_paw_dl dd a:link {color: #7b7b7b;}/* 未访问的链接 */
.srtx_paw_dl dd a:visited {color: #7b7b7b;}/* 已访问的链接 */
.srtx_paw_dl dd a:hover {color: #285da3; background:#e7e7e7;}/* 鼠标在链接上 */
.srtx_paw_dl dd a:active {color: #7b7b7b;}/* 点击激活链接 */

.srtx_paw_dl dd.hover a {color: #285da3;background:#e7e7e7;}
.srtx_paw_dl dd.hover a:visited{color: #285da3;background:#e7e7e7;}
.srtx_paw_dl dd.hover a:hover{color: #285da3;background:#e7e7e7;}
.srtx_paw_dl dd.hover a:active{color: #285da3;background:#e7e7e7;}

.srtx_paw_right{
	width:746px;
	float:right;
	overflow:hidden;
	border:1px solid #e5e5e5;
	padding-bottom:50px;
	background:#f6f7f9;
	}
.srtx_tab1_title{
	display:block;
	width:100%;
	height:42px;
	background:#eeeeee;
	}
.srtx_tab1_title dd{
	display:block;
	width:108px;
	height:42px;
	float:left;
	}
.srtx_tab1_title dd{
	display:block;
	width:108px;
	height:42px;
	color:#8b8b8b;
	font-size:16px;
	text-align:center;
	line-height:42px;
	}
.srtx_tab1_title dd.hover{ background:#f6f7f9; color:#285da3;}

/*^^^^^^注册^^^^^^^^^^*/
.srtx_register_title{
	height:31px;
	clear:both;
	position:relative;
	border-bottom:1px solid #dbdbdb;
	}
.srtx_register_title p{
	width:130px;
	display:block;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color:#989898;
	border:1px solid #dbdbdb;
	border-bottom:1px solid #f6f7f9;
	left:100px;
	position:absolute;
	}
.srtx_register_title span{
	display:block;
	float:right;
	line-height:30px;
	font-family:"宋体"
	}
.srtx_register_title span a{ color:#5b7c6c;}
.srtx_register_title span a:visited{ color:#5b7c6c;}
.srtx_register_title span a:hover{ color:#5b7c6c !important; text-decoration:underline;}
.srtx_register_title span a:active{ color:#5b7c6c;}
/*^^^^^^表单^^^^^^^^^^*/
.srtx_form1{
	clear: both;
	overflow:hidden;
	padding:50px 0 0 0;
	}
.srtx_form1 dd{
	display:block;
	clear:both;
	padding:7px 0;
	overflow:hidden;
	}
.srtx_form1 dt{
	display:block;
	clear:both;
	overflow:hidden;
	height:36px;
	padding:15px 0 0 110px;
	}
.srtx_form1_left{
	width:110px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
	}
.srtx_form1_right{
	float:left;
	display:inline;
	}
.srtx_form1_right select{
	padding:2px;
	}
.srtx_form1_input{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #999999;
	background:#f6f7f9;
	}
.srtx_form1_input.w215{ width:215px;}
.srtx_form1_input.w125{ width:100px;}
.srtx_form1_bt{
	width:102px;
	height:36px;
	float:left;
	cursor:pointer;
	border:none;
	font-size:16px;
	font-family:"microsoft yahei";
	background:url(../images/M_btn1.png) no-repeat;
	}
.srtx_form1_security{
	float:left;
	display:inline;
	height:10px;
	padding:10px 0 0 0;
	}
.srtx_form1_security em{
	display:block;
	width:45px;
	height:10px;
	background:#999999;
	margin:0 1px 0 0;
	float:left;
	}
.srtx_form1_security em.hover{
	background:#d8271c;
	}
.srtx_form1_security span{
	display:block;
	padding:0 0 0 10px;
	float:left;
	position:relative;
	margin:-3px 0 0 0;
	}
.srtx_form1_span{
	display:block;
	line-height:30px;
	float:left;
	}

.srtx_form1_span a{
	color:#787878;
}

.srtx_form1_span a:hover{
	color: #5b7c6c !important;
}
.srtx_form1_textarea{
	width:565px;
	height:135px;
	display:block;
	line-height:25px;
	float:left;
	border:1px solid #cccccc;
	background:#f6f7f9;
	outline:none;
	color:#949494;
	padding:5px;
	}
/*^^^^^^返回顶部^^^^^^^^^^*/
.srtx_goTop{
	width:58px;
	height:57px;
	position:fixed;
	right:0;
	bottom:170px;
	display:none;
	}
.srtx_goTop a{
	width:58px;
	height:57px;
	display:block;
	background:url(../images/icon_slide3.png) no-repeat;
	}
.srtx_goTop a:hover{
	background:url(../images/icon_slide3_h.png) no-repeat;
	}
/*===========================招聘页面2 end===========================*/
/*^^^^^^留言^^^^^^^^^^*/
.srtx_msgForm{
	clear: both;
	overflow:hidden;
	min-height:200px;
	}
.srtx_msgForm dd{
	display:block;
	clear:both;
	padding:7px 0 0 0;
	overflow:hidden;
	}
.srtx_msgForm dt{
	display:block;
	clear:both;
	overflow:hidden;
	height:36px;
	padding:15px 0 0 0;
	}
.srtx_msgForm_left{
	width:110px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
	}
.srtx_msgForm_right{
	float:left;
	display:inline;
	}
.srtx_form1_right select{
	padding:2px;
	}
.srtx_msgForm_input{
	float:left;
	line-height:28px;
	height:28px;
	border:1px solid #999999;
	background:#f6f7f9;
	}
.srtx_msgForm_input.w215{ width:215px;}
.srtx_msgForm_input.w125{ width:100px;}
.srtx_msgForm_input.w300{ width:300px;}
.srtx_msgForm_input_bt{
	width:102px;
	height:36px;
	float:left;
	cursor:pointer;
	border:none;
	font-size:16px;
	font-family:"microsoft yahei";
	background:url(../images/M_btn1.png) no-repeat;
	margin-left:330px;
	}
.srtx_msgForm_span{
	display:block;
	line-height:30px;
	float:left;
	}
.srtx_msgForm_textarea{
	width:465px;
	height:135px;
	display:block;
	line-height:25px;
	float:left;
	border:1px solid #cccccc;
	background:#f6f7f9;
	outline:none;
	color:#949494;
	padding:5px;
	}
.srtx_msgTitle{
	width:100%;
	clear:both;
	line-height:30px;
	font-size:16px;
	clear:both;
	padding:40px 0 5px 0;
	border-bottom:1px solid #cccccc;
	margin:0 auto 10px auto;
	}
.srtx_msgList{
	clear:both;
	border:1px dotted #ccc;
	margin:0 auto 5px auto;
	}
.srtx_msgList dt{
	display:block;
	height:30px;
	background:#f6f6f6;
	padding:0 10px;
	}
.srtx_msgList dt p{
	display:block;
	line-height:30px;
	float:left;
	}
.srtx_msgList dt span{
	display:block;
	line-height:30px;
	float:right;
	}
.srtx_msgList dd{
	line-height:25px;
	padding:5px 10px;
	}
/*.srtx_msgList dd.reply{
	line-height:25px;
	padding:5px 10px;
	color:#cf1308;
	}*/
/*===========================列表页  end===========================*/

/*
* partnet
*/

.srtx_partent{
	width: 100%;
	overflow: hidden;
	padding:20px 0px;
}

.srtx_partent_dl{
	width: 1013px;
	overflow: hidden;
}

.srtx_partent_dl dt{
	width: 160px;
	height: 95px;
	overflow: hidden;
	font-size: 22px;
	color:#424242;
	line-height: 95px;
	float: left;
	display: inline;
}

.srtx_partent_dl dd{
	width: 160px;
	height: 95px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 10px;
}

.srtx_partent_dl dd a{
	display: block;
	overflow: hidden;
}

.srtx_partent_dl dd a img{
	display: block;
	width: 160px;
	height: 95px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.srtx_partent_dl dd a:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}


/*
* style
*/

.style_default{
	background: #285ea4;
}

.style_red{
	background: red;
}

.bg_5f8c37 { background:#5b7c6c}
/**/
.currentBox{
	clear:both;
	height:120px;
	background:#fff;
	overflow:hidden;
	}
.currentBox .srtx_wrap{position:relative;}
.currentBox_box{
	height:25px;
	line-height:25px;
	color:#000000;
	font-size:14px;
	text-align:left;
	padding:0 0 0 27px;
	background:url(../images/cu_icon.png) no-repeat left top;
	position:absolute;
	top:45px;
	left:0;
	}
.currentBox_box a{color:#000000;}
.currentBox_box a:hover{color:#5b7c6c}
.currentBox_box a.hover{color:#5b7c6c}
/**/
.srtx_ixTit{
	width: 100%;
	overflow: hidden;
	background: url(../images/titBg.png) no-repeat center 30px;
	text-align: center;
}

.srtx_ixTit span{
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 20px;
	color:#325810;
	padding: 20px 0px 0px 0px;
}

.srtx_ixTit span.titDetaBg1{
	background: url(../images/titDetaBg1.png) no-repeat center top;
}

.srtx_ixTit span.titDetaBg2{
	background: url(../images/titDetaBg2.png) no-repeat center top;
}

.srtx_ixTit span.titDetaBg3{
	background: url(../images/titDetaBg3.png) no-repeat center top;
}

.srtx_ixTit span.titDetaBg4{
	background: url(../images/titDetaBg4.png) no-repeat center top;
}

.srtx_ixTit span.titDetaBg5{
	background: url(../images/titDetaBg5.png) no-repeat center top;
}

.srtx_ixTit span.titDetaBg6{
	background: url(../images/titDetaBg6.png) no-repeat center top;
}

.srtx_ixTit span.subTit1{
	background: url(../images/subTit1.png) no-repeat center top;
}


.srtx_ixTit i{
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 20px;
	color:#404040;
	font-weight: bold;
}